const crypto/tls.recordTypeHandshake
7 uses
crypto/tls (current package)
common.go#L80: recordTypeHandshake recordType = 22
conn.go#L668: if (typ != recordTypeAlert && typ != recordTypeHandshake) || vers >= 0x1000 {
conn.go#L705: if c.vers == VersionTLS13 && typ != recordTypeHandshake && c.hand.Len() > 0 {
conn.go#L782: case recordTypeHandshake:
conn.go#L982: if typ != recordTypeHandshake {
conn.go#L1066: return c.writeRecordLocked(recordTypeHandshake, data)
conn.go#L1354: _, err = c.writeRecordLocked(recordTypeHandshake, msgBytes)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |